@charset "utf-8";

*:focus {outline: none;}
/* fade */
.jbox-fade{background-color:#000000;}
/* drag */
.jbox-drag{border:1px dashed #0097d4;}
/* jbox */
div.jbox {padding:0px;border:none;font-size:12px;}
/* border */
div.jbox .jbox-border{/*background: none repeat scroll 0 0 #0033FF;filter:alpha(opacity=20);-moz-opacity:0.2;opacity:0.1;*/}
/* container */
div.jbox .jbox-container{}
/* title-panel */
div.jbox .jbox-title-panel{background: #0097d4;background: -webkit-gradient(linear, left top, left bottom, from(#1aa2d8), to(#0079aa));background: -moz-linear-gradient(top,  #1aa2d8,  #0079aa);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1aa2d8', endColorstr='#0079aa');border-bottom:1px solid #999999;}
div.jbox .jbox-title{font-weight:bold;color:#ffffff; }
div.jbox .jbox-title-icon{background:url(images/jbox-title-icon.gif) no-repeat scroll 3px 5px transparent;}
div.jbox .jbox-close,div.jbox .jbox-close-hover{background:url(images/close_03.png) no-repeat scroll 0px 0px transparent;}
/*div.jbox .jbox-close-hover{background-position:-16px 0;}*/
/* content */
div.jbox .jbox-content{min-height:24px;line-height:18px;color:#444444; background-color:#fff}
div.jbox .jbox-content-loading{background-color:#E6E6E6;}
div.jbox .jbox-content-loading-image{background:url(images/jbox-content-loading.gif) no-repeat bottom center;}
/* button-panel */
div.jbox .jbox-button-panel{border-top:1px solid #CCCCCC;background-color: #EEEEEE;}
div.jbox .jbox-bottom-text{text-indent:10px;color:#444444;}
div.jbox .jbox-button{background: #0097d4;background: -webkit-gradient(linear, left top, left bottom, from(#1aa2d8), to(#0079aa));background: -moz-linear-gradient(top,  #1aa2d8,  #0079aa);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1aa2d8', endColorstr='#0079aa');border:#004b6a 1px solid;color:#fff;border-radius:3px 3px 3px 3px;margin:1px 7px 0px 0px;height:22px;cursor:default;}
div.jbox .jbox-button-hover{background: #0097d4;background: -webkit-gradient(linear, left top, left bottom, from(#0097d4), to(#005b7f));background: -moz-linear-gradient(top,  #0097d4,  #005b7f);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0097d4', endColorstr='#005b7f');}
div.jbox .jbox-button-active{background: -webkit-gradient(linear, left top, left bottom, from(#005b7f), to(#0097d4));background: -moz-linear-gradient(top,  #005b7f,  #0097d4);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005b7f', endColorstr='#0097d4');}
div.jbox-warning .jbox .jbox-button-panel{background-color: #FFFFFF;}
/* tip-color */
div.jbox .jbox-tip-color{background: #0097d4;background: -webkit-gradient(linear, left top, left bottom, from(#0097d4), to(#005b7f));background: -moz-linear-gradient(top,  #0097d4,  #005b7f);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0097d4', endColorstr='#005b7f');border-color:#004b6a;border-radius:3px 3px 3px 3px;color:#fff;}
/* icons */
div.jbox span.jbox-icon{background:url(images/jbox-icons.png) no-repeat scroll 0 0 transparent;_background:url(images/jbox-icons-ie6.gif) no-repeat scroll 0 0 transparent;}
div.jbox span.jbox-icon-info {background-position:0 0;}
div.jbox span.jbox-icon-question {background-position:-36px 0;}
div.jbox span.jbox-icon-success {background-position:-72px 0;}
div.jbox span.jbox-icon-warning {background-position:-108px 0;}
div.jbox span.jbox-icon-error {background-position:-144px 0;}
div.jbox span.jbox-icon-none {display: none; overflow:hidden;}
div.jbox span.jbox-icon-loading {background:url(images/jbox-loading1.gif) no-repeat scroll 0 0 transparent;}

/*圆角*/
/*样式层开始*/
.ui_lt,.ui_rt,.ui_lb,.ui_rb,.ui_t,.ui_b,.ui_close { background-image:url(images/idialog_s.png);background-repeat:no-repeat; }
.ui_lt{ width:15px;height:15px;background-position:0 0; _png: images/ie6/ui_lt.png; }
.ui_rt{ width:15px;height:15px;background-position:-15px 0;_png:images/ie6/ui_rt.png; }
.ui_lb{ width:15px;height:15px;background-position:0 -15px; _png:images/ie6/ui_lb.png; }
.ui_rb{ width:15px;height:15px;background-position:-15px -15px;_png:images/ie6/ui_rb.png; }
.ui_t,.ui_b{ background-repeat:repeat-x; }
.ui_t{ background-position:0 -30px;_png:images/ie6/ui_t.png; }
.ui_b{ background-position:0 -45px;_png:images/ie6/ui_b.png; }
.ui_l,.ui_r{ background-image:url(images/idialog_s2.png);background-repeat:repeat-y; }
.ui_l{ background-position:left top;_png:images/ie6/ui_l.png;}
.ui_r{ background-position:right bottom;_png:images/ie6/ui_r.png; }	
@media screen and (min-width:0){/* css3 */
	.ui_lt, .ui_rt, .ui_lb, .ui_rb{ width:5px; height:5px; }
	.ui_lt, .ui_t, .ui_rt, .ui_l, .ui_r, .ui_lb, .ui_b, .ui_rb { background:none;}	
	.ui_lb { border-radius:0 0 0 5px; }
	.ui_rb { border-radius:0 0 5px 0; }
	.ui_border {border-radius:5px; background:#FFF;  border:1px solid #929292; border-radius:5px; box-shadow:0 1px 6px rgba(0, 0, 0, .3); -moz-transition:-moz-box-shadow linear .2s; -webkit-transition: -webkit-box-shadow linear .2s; transition: -webkit-box-shadow linear .2s; }	
}
